Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Fri, 18 May 2012 08:36:50 +0000 (11:36 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 18 May 2012 08:36:50 +0000 (11:36 +0300)
commitcb0654faca41a26a00000cf07b11a68b1a63a5dd
treec65435a03553d8134a562d4dcffbf75a65c6c037
parente8b12d95ad0a73f1a40b15e265b8115f697bae9f
Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.

 src/w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c
 src/w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
 reference to image_cache->refcount.
 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
src/ChangeLog
src/w32fns.c
src/w32term.c